*{
    margin: 0;
}
.main-image-in-reach img{
    width: 100%;
    height: 35rem;
}
.container-1 img{
    width: 24.5rem;
    height: 20rem;
}
.container-1{
    height: 20rem;
}
.container-text{
    
    position: absolute;
    z-index: 1;
    width: 29.5rem;
    background-color: rgb(255, 255, 255);
    margin-top: -8rem;
    text-align: center;
    height: 10rem; 
    visibility: hidden;   
    content: none;
}
/* .container-1:hover .container-text{
    visibility: visible;
    transition: all 1s ease-in-out;
    margin-top: -12rem;
    transform: translateY(-50%);
} */

.reach-option-3{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     margin: 4rem 0rem 8rem 0rem;
    gap: 2rem;
}
.text-for-type{
    position: relative;
text-align: center;
margin: -4rem 3rem;
font-size: 1rem;
font-family: 'poppins';
background-color: white;
animation: rotate infinite linear;
}
@keyframes rotate{
    20%{
        .text-for-type{
        transform: translateX(10deg);}
    }
    40%{
        .text-for-type{
            transform: translateX(0deg);}
    }
    60%{
        .text-for-type{
            transform: translateX(-10deg);}
    }
    80%{
        .text-for-type{
            transform: translateX(0deg);}
    }
    100%{
        .text-for-type{
            transform: translateX(10deg);}
    }
}

.container-1:hover .text-for-type{
    transform: translateY(-40%);
    height: 40rem;
    transition: all 1s ease-in-out;
}
.hidden-content {
    display: none;
    width: 15rem;
    height: 23rem;
    border: 1px solid #0e0101;
}
.container-1:hover .hidden-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
   margin: auto;
}
.hidden-content button{
    margin: 1rem 0rem;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
    background-color: #b28756;
    border: none;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
   
}
.hidden-content button i{
    padding: 0rem .5rem;
    animation: transport 2s infinite linear;
}
@keyframes transport{
    20%{
      transform: translateX(50%);
      /* transform: scale(1.1) ; */
       opacity: 1;
    }
    59%{
       transform: translateX(70%);
        opacity: .8;
    }
    100%{
        transform: translateX(80%);
        opacity: .5;
    }
}

.hidden-content img{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
animation: transport 2s infinite linear;
filter:grayscale(100%)}

.text-reachus{
    text-align: center;
    font-family: 'poppins';
    margin: 1rem 0rem;
}

@media (max-width:1000px){
    .logo-image-responsive {
        position: absolute;
        width: 5rem;
        height:2rem;
    }
    .main-image-in-reach img {
        width: 100%;
        height: 20rem;
    }
    .container-1 img {
        display: flex;
        margin: auto;
        width: 18.5rem;
        height: 15rem;
        justify-content: center;
    }
    .hidden-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
      border-bottom: 1px solid black;
    }
    .hidden-content img{
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
    animation: transport 2s infinite linear;
    filter:grayscale(100%)}
    .reach-option-3{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
         margin: 1rem 0rem 14rem 0rem;
        gap: 15rem;
    }
}